-
Notifications
You must be signed in to change notification settings - Fork 59
Change AddrGenMode into enum #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
2eb3a71
to
a8f9849
Compare
match self { | ||
Self::Eui64 => write!(f, "eui64"), | ||
Self::None => write!(f, "none"), | ||
Self::StablePrivacy => write!(f, "stable_secret"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stable_privacy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if "stable_secret" is used in iproute, I am more in favor of "stable_privacy". But if @cathay4t agrees on "stable_secret" that is 2 vs 1, so ignore the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your call @cathay4t. I just outlined why I choose stable_secret
. I'm fine either way.
Signed-off-by: Julius Rüberg <[email protected]>
a8f9849
to
8d47556
Compare
Changes force-pushed. |
This should fix #145